cfg.mk: Don't even look at rust-bindings/
authorColin Walters <walters@verbum.org>
Fri, 6 May 2022 20:46:46 +0000 (16:46 -0400)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 20:46:46 +0000 (16:46 -0400)
It's really tempting to remove `make syntax-check`, it has very
very rarely found any real problems.

But anyways, just exclude all the binding code because it trips
up random problems we simply don't care about like mentions of
`O_NDELAY` in the `GLib-2.0.gir`.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 1f5108b770b91a94021a9bce6da5fc1ea23b8a48..471ccbc9187999a77bf40fbb3659bb1a65374914 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,4 +1,4 @@
-export VC_LIST_EXCEPT_DEFAULT=^(docs/.*|git.mk|lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog|buildutil/.*)$$
+export VC_LIST_EXCEPT_DEFAULT=^(rust-bindings/.*|docs/.*|git.mk|lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog|buildutil/.*)$$
 
 local-checks-to-skip = \
     sc_const_long_option \